home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 November / CHIP_CD_2003-11.iso / software / animfx / setupanimfx.exe / #setuppath# / Anim-FX.exe / scripts / DefineButton2_103 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2003-09-25  |  195 b   |  10 lines

  1. on(release){
  2.    effect = 600;
  3.    tellTarget("_root.intro600choices")
  4.    {
  5.       gotoAndPlay(2);
  6.    }
  7.    setProperty(_root.mask600x200, _X, 400);
  8.    setProperty(_root.intro, _X, 1400);
  9. }
  10.